Skip to content

Bump @playwright/test from 1.58.2 to 1.59.1#6696

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/playwright/test-1.59.1
Closed

Bump @playwright/test from 1.58.2 to 1.59.1#6696
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/playwright/test-1.59.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 5, 2026

Bumps @playwright/test from 1.58.2 to 1.59.1.

Release notes

Sourced from @​playwright/test's releases.

v1.59.1

Bug Fixes

  • [Windows] Reverted hiding console window when spawning browser processes, which caused regressions including broken codegen, --ui and show commands (#39990)

v1.59.0

🎬 Screencast

New page.screencast API provides a unified interface for capturing page content with:

  • Screencast recordings
  • Action annotations
  • Visual overlays
  • Real-time frame capture
  • Agentic video receipts

Screencast recording — record video with precise start/stop control, as an alternative to the recordVideo option:

await page.screencast.start({ path: 'video.webm' });
// ... perform actions ...
await page.screencast.stop();

Action annotations — enable built-in visual annotations that highlight interacted elements and display action titles during recording:

await page.screencast.showActions({ position: 'top-right' });

screencast.showActions() accepts position ('top-left', 'top', 'top-right', 'bottom-left', 'bottom', 'bottom-right'), duration (ms per annotation), and fontSize (px). Returns a disposable to stop showing actions.

Action annotations can also be enabled in test fixtures via the video option:

// playwright.config.ts
export default defineConfig({
  use: {
    video: {
      mode: 'on',
      show: {
        actions: { position: 'top-left' },
        test: { position: 'top-right' },
      },
</tr></table> 

... (truncated)

Commits
  • d466ac5 chore: mark v1.59.1 (#40005)
  • 530e7e5 cherry-pick(#4004): fix(cli): kill-all should kill dashboard
  • 9aa216c cherry-pick(#39994): Revert "fix(windows): hide console window when spawning ...
  • 01b2b15 cherry-pick(#39980): chore: more release notes fixes
  • a5cb6c9 cherry-pick(#39972): chore: expose browser.bind and browser.unbind APIs
  • 99a17b5 cherry-pick(#39975): chore: support opening .trace files via .link indirection
  • 43607c3 cherry-pick(#39974): chore(webkit): update Safari user-agent version to 26.4
  • 62cabe1 cherry-pick(#39969): chore(npm): include all *.md from lib (#39970)
  • 0c65a75 cherry-pick(#39968): chore: screencast.showActions api
  • f04155b cherry-pick(#39958): chore: release notes for langs v1.59
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.58.2 to 1.59.1.
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.58.2...v1.59.1)

---
updated-dependencies:
- dependency-name: "@playwright/test"
  dependency-version: 1.59.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 5, 2026
@github-actions github-actions bot added this to the 3.11.0 milestone Apr 5, 2026
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 5, 2026

All Playwright tests STABLE

Summary

Tests 📝 Passed ✅ Failed ❌ Skipped ⏭️ Other ❓ Flaky 🍂 Duration ⏱️
538 534 2 2 0 4 17m

Failed Tests

Failed Tests ❌ Fail Message
❌ Switch baselayer Test timeout of 30000ms exceeded.

Flaky Tests

Flaky Tests 🍂 Retries
#1 Layer export with admin user logged in 1
Switcher from map to map 1
Build permalink, reload and apply one 1
Print requests with redlining 1

Flaky Rate

Overall Flakiness 0.74%    ±0
Test 📝 Flaky Attempts 🍂 Total Attempts 🎯 Flaky Rate (%) 📈
Switcher from map to map 1 2 50.00    ↑50.00
Build permalink, reload and apply one 1 2 50.00    ↑50.00
Print requests with redlining 1 2 50.00    ↑50.00
#1 Layer export with admin user logged in 1 3 33.33    ↑33.33
#1 Layer export with admin user logged in 1 3 33.33    ↑33.33

Github Test Reporter by CTRF 💚


All Playwright tests BLEEDING_EDGE

Summary

Tests 📝 Passed ✅ Failed ❌ Skipped ⏭️ Other ❓ Flaky 🍂 Duration ⏱️
538 534 2 2 0 8 16m 53s

Failed Tests

Failed Tests ❌ Fail Message
❌ Switch baselayer Test timeout of 30000ms exceeded.

Flaky Tests

Flaky Tests 🍂 Retries
Create a new plot 1
WFS GetFeature townhalls_EPSG2154 for user_in_group_a 1
WFS GetFeature townhalls_EPSG2154 for admin 1
More than 500 features loaded in attribute table 1
Popup with map click & attribute table 1
Catch GetLegendGraphic requests and timeout on GetLegendGraphic with multi layers 1
Switcher from map to map 1
Print requests with redlining 1

Flaky Rate

Overall Flakiness 1.47%    ±0
Test 📝 Flaky Attempts 🍂 Total Attempts 🎯 Flaky Rate (%) 📈
Create a new plot 1 2 50.00    ↑50.00
WFS GetFeature townhalls_EPSG2154 for user_in_group_a 1 2 50.00    ↑50.00
WFS GetFeature townhalls_EPSG2154 for admin 1 2 50.00    ↑50.00
More than 500 features loaded in attribute table 1 2 50.00    ↑50.00
Catch GetLegendGraphic requests and timeout on GetLegendGraphic with multi layers 1 2 50.00    ↑50.00
Switcher from map to map 1 2 50.00    ↑50.00
Print requests with redlining 1 2 50.00    ↑50.00
Popup with map click & attribute table 1 4 25.00    ↑25.00
Popup with map click & attribute table 1 4 25.00    ↑25.00
Popup with map click & attribute table 1 4 25.00    ↑25.00

Github Test Reporter by CTRF 💚


All Playwright tests LEGACY

Summary

Tests 📝 Passed ✅ Failed ❌ Skipped ⏭️ Other ❓ Flaky 🍂 Duration ⏱️
538 534 2 2 0 4 16m 35s

Failed Tests

Failed Tests ❌ Fail Message
❌ Switch baselayer Test timeout of 30000ms exceeded.

Flaky Tests

Flaky Tests 🍂 Retries
WFS GetFeature shop_bakery for admin 1
Popup with map click & attribute table 1
Switcher from map to map 1
Print requests with redlining 1

Flaky Rate

Overall Flakiness 0.74%    ±0
Test 📝 Flaky Attempts 🍂 Total Attempts 🎯 Flaky Rate (%) 📈
WFS GetFeature shop_bakery for admin 1 2 50.00    ↑50.00
Switcher from map to map 1 2 50.00    ↑50.00
Print requests with redlining 1 2 50.00    ↑50.00
Popup with map click & attribute table 1 4 25.00    ↑25.00
Popup with map click & attribute table 1 4 25.00    ↑25.00
Popup with map click & attribute table 1 4 25.00    ↑25.00

Github Test Reporter by CTRF 💚

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 9, 2026

Looks like @playwright/test is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Apr 9, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/playwright/test-1.59.1 branch April 9, 2026 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants